home *** CD-ROM | disk | FTP | other *** search
Text File | 1995-01-16 | 418 b | 18 lines | [TEXT/PJMM] |
- program Assignment1;
- uses
- {$ifc UNDEFINED THINK_PASCAL}
- Types, QuickDraw, Menus, Windows, TextEdit, Fonts, Dialogs, Memory, OSEvents, {}
- {$endc}
- SAT;
- begin
- {$ifc UNDEFINED THINK_PASCAL}
- SATInitToolbox;
- {$endc}
-
- SATInit(128, 129, 478, 302);
- while not Button do
- ;
- end.
-
- {Note: If you use Think Pascal, you can close this file and then alt-double-click in the}
- {project window to switch to another source file.}